Security and Authentication

Perform Special Processing when Logging Out

Code Customization
Perform Special Processing when Logging Out
Description:

You may want to do some special processing when your application user logs out of your application. For example, you may want to display a Goodbye message when the user logs out.

The Page class located in the SignOut.aspx.cs pages allows you to modify the behavior of sign out. You can find the SignOut.aspx.cs page located in:

..\<Application Name>\App_Code\Security\SignOut.aspx.cs for a Website and ..\<Application Name>\Security\SignOut.aspx.cs for a Web Application.

You can add your logic to public void LoadData method at the Page class level in section 1.

Procedure:

Step 1:  Configure security using the Application Security Wizard.

Step 2:  Go to the Application Explorer, Security section and select SignOut.aspx.

Step 3:  Use this wizard to add code customization.

Step 4:  Build and run the application.

Disclaimer:
Customizations included in this wizard are provided as a sample to demonstrate a feature, and may work only in specific situations. The Iron Speed Designer support team cannot assist in the resolution of problems which may occur as a result of customizing your application or modifying a customization to fit a particular purpose.

Terms of Service Privacy Statement